home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_34.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  451 b   |  18 lines

  1. on mouseDown me
  2.   global gArancio, gNero
  3.   set mySprite to the spriteNum of me
  4.   if the rollOver <> mySprite then
  5.     exit
  6.   end if
  7.   set myMember to the member of sprite mySprite
  8.   set myMouseL to the mouseLine
  9.   if myMouseL < 1 then
  10.     exit
  11.   end if
  12.   set myLastColor to the foreColor of line myMouseL of field myMember
  13.   if myMouseL = the mouseLine then
  14.     set myName to the name of member myMember
  15.     VaiAlButton(myName, myMouseL)
  16.   end if
  17. end
  18.